home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Education / PC-SiG's World of Education.iso / run / 2602 / preexist.hlp < prev    next >
Text File  |  1989-02-03  |  489b  |  14 lines

  1. Pre-existing Variables
  2.  
  3. Pre-existing variables are accessed by using their file names in an
  4. expression; e.g.
  5.  
  6.      PLOT(price / earnings);
  7.  
  8. where 'price' and 'earnings' are files that exist in the current
  9. subdirectory and whose structure conforms to the DAN data record
  10. format.  This type of file may have been created during a previous
  11. execution of DAN or by a user written program (see Data Files
  12. Format section in the manual for the exact structure of DAN's data
  13. records).
  14.